home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / macorg32.zip / BUDMAN30.ZIP / BUDMAN.DOC next >
Text File  |  1993-01-20  |  5KB  |  127 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                       ╔═════════════════════════════╗
  10.                       ║  A MÄC's Place BBS Release  ║
  11.                       ╚═════════════════════════════╝
  12.  
  13.  
  14.                                    BudMan
  15.                                    ~~~~~~
  16.  
  17.                               Copyright (C)1989,1990
  18.  
  19.  
  20.                          Written By: John W. McNamara
  21.  
  22.                             MÄC's Place PCBoard
  23.  
  24.                            Dunn, North Carolina
  25.                         919 891-1111  HST (PCPursuitable)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.   BUDMAN - Version 3.0                                        Page - 1
  33.  
  34.  
  35. ╔══════════════╗
  36. ║ Introduction ║
  37. ╚══════════════╝
  38.  
  39.       First let me say that I know I have strange names for my programs
  40.       as many of you have commented on them over the past.  This program
  41.       is named after a friend of mine in the Boston area.  His name is 
  42.       BUD NAPIER and he runs the Future Technologies Exchange BBS there 
  43.       at 617-227-6260.  He initially asked me to write something like
  44.       this so I named it after him.  
  45.  
  46.       Welcome to BUDMAN version 3.0 !  BudMan does what PCBoard should
  47.       already do.  It splits the DOWNLOAD.TXT file into two files, one
  48.       containing downloads and the other uploads.
  49.  
  50.  
  51. ╔══════════════════╗
  52. ║ BudMan Operation ║
  53. ╚══════════════════╝
  54.  
  55.         The  operation  of  the  BudMan  programme  is  straight
  56.         forward.  ANSI.SYS  MUST be  loaded from your config.sys
  57.         file  before  running  BudMan.  See  your DOS manual for
  58.         installation  on this device driver.  It will work  fine
  59.         without  it  but  you  get  strange  screen output.  The
  60.         programme is invoked from the command line:
  61.  
  62.                  USAGE: BUDMAN [inputfile] [outputfile]
  63.  
  64.           InputFile:    DOWNLOAD.TXT or Whatever the Input is.
  65.          OutputFile:    UPLOAD.TXT or Whatever You Want.
  66.  
  67.         The InputFile is your download.txt  file or the  filename
  68.         that  you  have  told  PCBoard  to  place download/upload
  69.         information too.  The OutputFile is the new file you want
  70.         created that contains  all the  Uploads in it.  This file
  71.         will be created if it doesn't exsist and if it does exist
  72.         the new  information  will  be appended to the end of it.
  73.         This  was  done  so  any  SYSOP  wanting to, can run this
  74.         program in his/her event. This will constantly update the
  75.         UPLOADS.TXT file  nightly with all the new uploads.  This
  76.         program is helpful  when  running  programs like HOTSTUFF
  77.         (from MÄC's Place)  or    ProWHO UPLOADED  THAT FILE DOOR
  78.         (from Sam Smith).   This way all the extra information in
  79.         your present file  won't  slow these programs down.  This
  80.         will cause your programs  to run faster and the end users
  81.         will receive a faster response.  If ever  the need arises
  82.         to have a complete file  containing all the  information,
  83.         then just simply append one file  to  the  other. Another
  84.         great program this is needed for is ORIGIN DOOR also from
  85.         MÄC's Place.
  86.  
  87.  
  88.  
  89.   BUDMAN - Version 3.0                                        Page - 2
  90.  
  91.  
  92.  
  93.  
  94. ╔══════════════════╗
  95. ║ Acknowledgements ║
  96. ╚══════════════════╝
  97.  
  98.         This programme was conceived and created by John McNamara - the
  99.         SysOp of  MÄC's Place [919 891-1111 HST]. 
  100.  
  101.         Special thanks are extended to David Patterson, SysOp of Viking 
  102.         Magick   BBS   [617-354-2171].  He wrote the initial supporting 
  103.         documentation for the BUDMAN Utility programme.
  104.  
  105.         The BUDMAN Utility programme is written in C and compiled  with
  106.         Microsoft C 6.0. The C language was choosen for writing several
  107.         of the MÄC's Place BBS   PCBoard  utilities  such as  BUDMAN
  108.         because  of  its  speed and  flexibility. The MSC source is NOT
  109.         available. The only function NOT in "C" in the function to turn
  110.         off the cursor while the program is running, this is is .ASM an 
  111.         called in-line.
  112.  
  113.         If you have any  comments, suggestions  or improvements for  the
  114.         BUDMAN  Splitting Utility  programme,  please let  John McNamara
  115.         know by contacting  MÄC's Place at  919-891-1111  and  leaving a
  116.         comment to the SysOp. The author, John McNamara can be contacted
  117.         through the SW  support  conference which is one of the national 
  118.         PCRelay International network conferences.   Messages concerning
  119.         support  of  BUDMAN  Utility  or  any  other MÄC's Place Release
  120.         programme  doors  and   utilities  should  be  left  in  the  SW  
  121.         conference  which can  be  accessed  through  most International 
  122.         RelayNet member boards.
  123.  
  124.   Thanks !!
  125.  
  126.  
  127.